fix(ui): auto-close date-time-picker on selection and add tests#449
fix(ui): auto-close date-time-picker on selection and add tests#449ParasKhandelwal1616 wants to merge 3 commits intoCCExtractor:mainfrom
Conversation
|
Thank you for opening this PR! Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools. Please take a moment to:
More information on how to conduct a self review: This helps make the review process smoother and gives us a clearer understanding of your thought process. Once you've added your self-review, we'll continue from our side. Thank you! |
its-me-abhishek
left a comment
There was a problem hiding this comment.
@ParasKhandelwal1616 The PR description could use more clarity so please refactor it for better readability.
Also, the DatePicker closing automatically after a date is selected is intentional. It helps avoid accidental closures when a wrong date is chosen and is outside the scope of this issue. Although I am open for suggestions for this, so kindly open an issue for that separately, if required.
As mentioned earlier, no functional changes were expected for this PR, hence please revert those changes. Also the tests seem to be placed in incorrect dirs, kindly place them in __tests__ directory
Description
Fixes: #352
Additional Notes-